home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / Filezilla Server / FileZilla_Server-0_9_41.exe / source / interface / OutputFormat.h < prev    next >
C/C++ Source or Header  |  2011-11-06  |  178b  |  12 lines

  1. #ifndef __OUTPUT_FORMAT_H__
  2. #define __OUTPUT_FORMAT_H__
  3.  
  4.  
  5. #include <cstringt.h>
  6.  
  7. CString makeUserFriendlyString(__int64 val);
  8.  
  9.  
  10. #endif // #ifndef __OUTPUT_FORMAT_H__
  11.  
  12.